/*
Theme Name: JUMPSUIT child theme
Description: Child theme based on Twenty Twelve
Author: Maura Brewer
Version: 1
Template: twentytwelve
*/


@import url('../twentytwelve/style.css');



/*
Body styles
*/

#short_code_si_icon.acx_fsmi_float_fix.scid-1{
	padding-right: 9px;
	padding-bottom: 20px;
}

body {
	background-image: url('https://www.jumpsu.it/wp-content/themes/JUMPSUIT%20child%20theme/JUMPSUIT-background-image-MARA2.png');
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: left top; 
}


body .site {
    padding: 0px;
    margin-top: 25px;
    margin-bottom: 0px;
    box-shadow: none;
    background-color: transparent;
}

.site {
	margin: 0;
	max-width: 80%;
	overflow: hidden;
	}
	
.site-content {
	width: 650px;
	min-height: 675px;
	background-color: white;
	margin-top: 0px;
	display: block;
	position: absolute;
	top: 0px;
	left: 403px;
	font-family: Garamond;
	font-size: 16px;
	}
	
a {
	text-decoration: none;
	color: #9f9f9f;
}
a:hover {
	color: #9f9f9f;
}
	
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0px;
	box-shadow: none;
}

.site-content article {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
}

.entry-header {
	margin-bottom: 0;
}

.entry-title {
		font-size: 24px;
		font-family: Futura;
		margin-top: 0px;
		text-align: center;
		color: black;
		line-height: 1.3;
		text-transform: uppercase;
		color: black;
		letter-spacing: 6px;
		padding-top: 20px;
}

.entry-content h1,
.comment-content h1 {
	font-size: 24px;
	line-height: 1.3;
	font-family: Futura;
	text-transform: uppercase;
	color: black;
	letter-spacing: 6px;
}

.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
	padding-top: 0px;
}

img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 0px;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}

body.template-front-page .site-content,
body.attachment .site-content,
body.full-width .site-content {
		width: 650px;
	}

/*
Header styles
*/


.nav-menu{
	display: block;
	float: left;
	font-family: Futura;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 20px;
	margin-left: 0px;
	background-color: white;
}

.main-navigation li {
		margin: 0;
	}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    border-bottom: none;
    border-top: none;
    letter-spacing: 5px;
    width: 144px;
    height: auto;
}

.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
    color: black;
    font-weight: 200;
}

.main-navigation li a, .main-navigation li {
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 27px;
    color: black;
    text-align: center;
    white-space: normal;
    word-break: normal;
    letter-spacing: 7px;
}

.main-navigation li a:hover{
	color:gray;
}

.main-navigation {
    margin-top: 0;
    text-align: center;
}


/* 
Header text
*/

.site-header h1,
.site-header h2 {
		text-align: center;
		display: block;
		width: 100%;
		float: none;
		border-bottom: none;
		background-color: white;
}
	
.site-header h1 {
		font-size: 36px;
		line-height: 1.846153846;
		margin-bottom: 0;
		font-family: Futura;
		margin-top: 20px;
}
	
.site-header h1 a,
.site-header h2 a {
	color: black;
	text-decoration: none;
}

.site-header h1 a:hover,
.site-header h2 a:hover {
	color: black;
}

.site-header h2 {
	font-weight: normal;
	font-size: 16px;
	line-height: 2;
	color: black;
	font-family: Garamond;
}


/*
Front page Widget Area
*/

#leftsidemenu{
	display: block;
	position: absolute;
	left: 0;
	top:0;
}


.widget-area {
	display: block;
	float: none;
	height: auto;
	width: 144px;
	font-family: Futura;
	padding-left: 3px;
	padding-right: 0px;
	padding-bottom: 15px;
	margin-left: 0px;
	margin-top: 276px;
	background-color: white;
}

.widget-area .widget {
	margin-bottom: 0px;
	-webkit-hyphens: none;
}

.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    color: black;
    letter-spacing: 8px;
}

.widget-area .widget h3 {
	margin-bottom: 8px;
	text-align: center;
	padding-left: 0px;
	text-transform: uppercase;
	margin-top: -10px;
}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 12px;
	line-height: 1.846153846;
	text-align: center;
	padding-left: 0px;
	letter-spacing: 3px;
	padding-bottom: 10px;

}

.widget-area .widget p {
	margin-bottom: 24px;
}

.widget-area .textwidget li {
	margin-left: 0px;
}
.widget-area .widget a {
	color: gray;
	text-decoration: none;
}
.widget-area .widget a:hover {
	color: black;
}
.widget-area .widget a:visited {
	color: gray;
}

#kebo_twitter_feed_widget-2{
	padding-top: 25px;
	padding-left: 5px;
	text-align: center;
}

.kebo-tweets .ktweet .kmeta a {
    display: inline-block;
    padding: 0;
    margin: 0;
	float: left;
}


/*Post styles*/

.site-content nav {
	line-height: 3;
}

footer.entry-meta {
	margin-top: 24px;
	font-size: 12px;
	line-height: 1.846153846;
	padding-bottom: 10px;
	color: grey;
	font-family: Futura;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.comments-link a:hover,
.entry-meta a:hover {
	color: black;
}

/*Archive styles*/
.archive-header{
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 0;
	display: none;
}

/*Footer*/
footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	background-color: white;
	font-size: 12px;
	line-height: 2;
	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	display: block;
	position: relative;
	text-align: center;
	font-family: 'Garamond';
}

footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}

/*Menu Toggle buttons*/

.menu-toggle {
		display: none;
	}

/*MEDIA QUERIES*/

@media screen and (max-width: 1000px){

.frontpageimage {
	width: 100%;
	height: auto;
}

body .site {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    box-shadow: none;
    background-color: white;
}

.site {
	margin: 0;
	max-width: 100%;
	overflow: hidden;
	}
	
.site-content {
	max-width: 70%;
	height: auto;
	background-color: white;
	margin-top: 0px;
	margin-left: 25px;
	display: block;
	position: relative;
	float: left;
	font-family: Garamond;
	font-size: 16px;
	top:auto;
	left:auto;
	padding: 0 15px 0 15px;
	/*border-left: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;*/
	}

#leftsidemenu{
	display: block;
	position: relative;
	left: 0;
	top:0;
	float: left;
	width: 18%;
	padding-right: 5px;
	padding-left: 5px;
}

.main-navigation {
	margin-top: 0;
	text-align: center;
}

.site-header {
	padding: 0;
}
	
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    border-bottom: none;
    border-top: none;
    letter-spacing: 5px;
    width:100%;
    height: auto;
    float: left;
    word-wrap: break-word;
}

.widget-area {
	display: block;
	float: left;
	height: auto;
	width: 100%;
	font-family: Futura;
	padding-left: 3px;
	padding-right: 0px;
	padding-bottom: 15px;
	margin-left: 0px;
	margin-top: 0;
	background-color: white;
}

.main-navigation li a, .main-navigation li {
    display: block;
    text-decoration: none;
    font-size: 12px;
    line-height: 27px;
    color: black;
    text-align: center;
    white-space: normal;
    word-break: normal;
}

.widget-area .widget h3 {
	margin-bottom: 8px;
	text-align: center;
	padding-left: 0px;
	text-transform: uppercase;
	margin-top: -10px;
	font-size: 12px;
}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 11px;
	line-height: 1.846153846;
	text-align: center;
	padding-left: 0px;
	letter-spacing: 3px;
	padding-bottom: 10px;
	
}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 12px;
	line-height: 1.846153846;
	text-align: center;
	padding-left: 0px;
	letter-spacing: 3px;
	padding-bottom: 8px;

}

@media screen and (max-width: 625px){

.site-content {
	max-width: 100%;
	height: auto;
	background-color: white;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	float: none;
	font-family: Garamond;
	font-size: 16px;
	top:auto;
	left:auto;
	border-left: 0;
	border-right: 0;
	padding-left: 0;
	padding-right: 0;
	}
	
body.template-front-page .site-content,
body.attachment .site-content,
body.full-width .site-content {
		width: 100%;
	}
	
#leftsidemenu{
	display: block;
	left: 0;
	top:0;
	float: none;
	width: auto;
	text-align: center;
	border-bottom: none;
}

.widget-area {
	float: none;
}

#kebo_twitter_feed_widget-2{
	padding-top: 25px;
	padding-left: 5px;
	text-align: center;
	display: none;
}

#recent-posts-3{
	display: none;
}

.main-naviagtion {
	display: inline-block;
	margin: auto;
	text-align: center;
}

.main-navigation li {
    text-decoration: none;
    font-size: 12px;
    line-height: 27px;
    color: black;
    text-align: center;
    white-space: normal;
    word-break: normal;
	display: inline-block;
    margin: 10px;
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    border-bottom: none;
    border-top: none;
    letter-spacing: 5px;
    width:auto;
    text-align: center;
    height: auto;
    float: none;
    word-wrap: break-word;
}
	
	
}